SmartFTP FTP Library
IFTPItem::Permissions Property

The Unix permissions of the item.

IDL
__property long Permissions;

This is a numerical value representing the Unix attributes.

Value 
Meaning 
0x0001 
Public read 
0x0002 
Public write 
0x0004 
Public execute 
0x0008 
Group read 
0x0010 
Group write 
0x0020 
Group execute 
0x0040 
Owner read 
0x0080 
Owner write 
0x0100 
Owner execute 
0x0200 
Sticky 
0x0400 
Set UID 
0x0800 
Set GID 
What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.